home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Internet / WWW / gform.1.1 / CHANGES next >
Text File  |  1995-11-07  |  2KB  |  64 lines

  1.  Change history.
  2.  
  3. Version 1.1e
  4.  
  5.     - 'memset' defined for 'bcopy'
  6.     - 'WEBROOT changed to WEBHOME in an error message
  7.                         7-Nov-95 HR
  8. Version 1.1d
  9.  
  10.     - Added $(date) and $(time) internal variables.
  11.                         10-Oct-95 HR
  12. Version 1.1c
  13.  
  14.     - Created some docco "gform.html"
  15.                         9-Oct-95 HR
  16.     - Bug fix in realloc's
  17.                         9-Oct-95 HR
  18.     - Using environment variable DOCUMENT_ROOT instead of configuration
  19.       file option WEBHOME
  20.                         8-Oct-95 HR
  21.     - Enable the values of CGI environment variables to be returned 
  22.       also.
  23.                         6-Oct-95 HR
  24. Version 1.1
  25.  
  26.     - Using HTTP_REFERER to form filename rather then QUERY_STRING
  27.       Thus removing the need for the users to pass an argument 
  28.       to 'gform'. Also fixes minor securty problem.
  29.                         23-Sep-95 HR
  30.     - Support for <SELECT MULTIPLE ..> added. Multiple selections
  31.       in checkboxes are now returned as a comma separated list of
  32.       the selected values rather then just returning the 1st only.
  33.                         23-Sep95-HR
  34.     - Modified the expansion handling of '~'. 
  35.                         23-Sep-95-HR
  36.     - Tidied up syntax checking.
  37.  
  38.     - Introduction of deliver=PRINT "qq" command to send submitted
  39.       form directly to a text printer ("qq" is a /etc/printcap queue).
  40.                         23-Sep95-HR
  41.     - K&R 'arized' it so no ANSI compiler needed.
  42.  
  43. Version 1.01
  44.  
  45.     - Added GFORM_TAG2 to more correctly define the tag as
  46.       a HTML comment. For Backward compatability, the old 
  47.       TAG is still accepted.
  48.                       22-Jun-95 HR
  49.     - No longer required to have full pathname as 
  50.       argument for gform with the FORM tag. Relative to 
  51.       WEBHOME is ok now.
  52.                       25-May-95 HR
  53.     - Bug fix, variable first thing on line didn't work
  54.     - Get HTML filename from QUERY_STRING not argv.
  55.     - The ~ (tilde) character is expanded.
  56.                       7-Feb-95 jem
  57.     - Escape '$' chars so they can be used. 
  58.     - Added $(var) as acceptable syntax for variables
  59.                              9-Dec94-HR
  60.     - Allow FILE and MAIL at the same time.
  61.     - Don't flag unknown variables as error, since unchecked 
  62.       checkboxes don't return a variable name.
  63.                       15-Dec94-HR
  64.